How to Install pgdbf software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install pgdbf software package in Ubuntu 14.04 LTS (Trusty Tahr)

pgdbf software package provides converter of XBase / FoxPro tables to PostgreSQL, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install pgdbf 

pgdbf is installed in your system.

Make ensure the pgdbf package were installed using the commands given below,

$ sudo dpkg-query -l | grep pgdbf *

You will get with pgdbf package name, version, architecture and description in a table

pgdbf package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Databases
Package pgdbf
Version 0.6.2-1ubuntu1
Description converter of XBase / FoxPro tables to PostgreSQL
Sub Section Database


See Also, How to uninstall or remove pgdbf software package from Ubuntu 14.04 LTS (Trusty Tahr)?